home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / utilities / u264.dms / u264.adf / CONMAN / DROPDEMO < prev    next >
Text File  |  1978-01-07  |  289b  |  18 lines

  1. ; Script to demonstrate "dropbuf"
  2. ; Can you predict the outcome?
  3. ; First, we queue a few
  4. queue echo line1
  5. queue echo line2
  6.  
  7. ; Try a drop
  8. dropbuf
  9.  
  10. ; Now for a push
  11. push  echo line3
  12. push  echo line4
  13.  
  14. ; Finish up with a couple of queues
  15. queue echo line5
  16. queue echo "So did you guess right?"
  17.  
  18.